home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BUSINESS
/
SLV4DOCB.ARJ
/
ORDER.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-08-15
|
256b
|
17 lines
echo off
cls
echo.
echo.
echo Order form about to print.
echo.
echo Make sure printer is on, and paper is aligned....
echo.
echo or press "Ctrl-Break" to quit.
echo.
echo.
pause
copy order.doc prn
cls
echo Thank You!
echo on